From: Chong Yidong Date: Mon, 16 Apr 2007 16:24:18 +0000 (+0000) Subject: * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~810 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=63597b58a7770cd7bf29fe92ef7feba5a6f9f7d6;p=emacs.git * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set garbaged flag in presence of window margins. (showing_window_margins_p): New function. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8a849b10699..c7767ca18ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2007-04-16 Chong Yidong + * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set + garbaged flag in presence of window margins. + (showing_window_margins_p): New function. + * xdisp.c (cursor_row_p): Only end row on newline if it's a display string. Suggested by Lennart Borgman.